Microwave filters GUI  2.0.3
Public Member Functions | List of all members
mwfiltersgui.HelpForm Class Reference

GUI dialog to display help. More...

Public Member Functions

def __init__
 Constructor: Creates dialog window to display html help file.

Detailed Description

GUI dialog to display help.

Definition at line 2021 of file mwfiltersgui.py.

Constructor & Destructor Documentation

def mwfiltersgui.HelpForm.__init__ (   self,
  page,
  parent = None 
)

Constructor: Creates dialog window to display html help file.

        @param page   = html file name, relative to the program folder.
        @param parent = Parent widget, in this case is coupling matrix mainWindow.

Copy of the mainWindow class instance. It is necessary to store a copy since it must be used to access actions and resources.

Definition at line 2029 of file mwfiltersgui.py.

References dbplot.DbPlot.mainWindow, mwfiltersgui.SpecMask.mainWindow, dbplot.AxisScalingDlg.mainWindow, mwfiltersgui.HelpForm.mainWindow, dbplot.EditCurvesDlg.mainWindow, mwfiltersgui.HelpForm.pageLabel, mwfiltersgui.HelpForm.textBrowser, and mwfiltersgui.HelpForm.updatePageTitle().

Here is the call graph for this function:


The documentation for this class was generated from the following file: